Hi |
Re: Append richtext with OLE
Why the richTextFragment calls? This kind of code works for me (combines two attributes from next object to current object's Object Text): Object o = current Object baseObj = next(o) string rt = richTextWithOle ( baseObj."Object Text") string rtadd = richTextWithOle ( baseObj."OLE Test") o."Object Text" = richText (rt "\n" rtadd) |